home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Comptes First / Comptes First.exe / INSTALL.ZIP / WD180OBJ.DLL / MANIFEST / MANIFEST
Extensible Markup Language  |  2012-12-13  |  703b  |  45 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.  
  5. <assemblyIdentity
  6.  
  7.     version="1.0.0.0"
  8.  
  9.     processorArchitecture="X86"
  10.  
  11.     name="PCSOFT.ProductName.WDOBJ"
  12.  
  13.     type="win32"
  14.  
  15. />
  16.  
  17. <description>DLL WDOBJ</description>
  18.  
  19. <dependency>
  20.  
  21.     <dependentAssembly>
  22.  
  23.         <assemblyIdentity
  24.  
  25.             type="win32"
  26.  
  27.             name="Microsoft.Windows.Common-Controls"
  28.  
  29.             version="6.0.0.0"
  30.  
  31.             processorArchitecture="*"
  32.  
  33.             publicKeyToken="6595b64144ccf1df"
  34.  
  35.             language="*"
  36.  
  37.         />
  38.  
  39.     </dependentAssembly>
  40.  
  41. </dependency>
  42.  
  43. </assembly>
  44.  
  45.